.social-links {
	margin: 0 0 15px;
}

.social-links__items {
	display: flex;
	flex-flow: row wrap;
	gap: 10px;
	list-style: none outside none;
	margin: 0;
	padding-left: 0;
}

.social-links__item {}

.visually-hidden {
	border: 0 !important;
	clip: rect(0, 0, 0, 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	white-space: nowrap !important;
	width: 1px !important;
}

.social-links__link {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	text-align: center;
	line-height: 40px;
	transition: background-color 150ms ease;
}

.social-links__title {
	display: block;
}

.social-links__edit-link {
	display: inline-block;
	font-size: 14px;
	border-radius: 0;
	vertical-align: middle;
}

.social-links__edit-link:hover {
	color: #337ab7;
}

.social-links__link:hover,
.social-links__link:focus {
	text-decoration: none;
	color: #fff;
	-webkit-transition: background-color 150ms ease;
	-o-transition: background-color 150ms ease;
	transition: background-color 150ms ease;
}

.social-links__link.fa-gab::before,
.social-links__link.fa-gettr::before,
.social-links__link.fa-mewe::before,
.social-links__link.fa-nextdoor::before,
.social-links__link.fa-parler::before,
.social-links__link.fa-rumble::before,
.social-links__link.fa-tiktok::before,
.social-links__link.fa-x-twitter::before {
	content: "";
	display: inline-flex;
	background-repeat: no-repeat;
	height: 40%;
	width: 40%;
	justify-content: center;
	vertical-align: middle;
}

.social-links__link.fa {
	color: #fff;
}

.social-links__link.fa-facebook-f {
	background-color: #19568a;
	color: #fff;
	font-size: 20px;
	transition: all .3s ease;
}

.social-links__link.fa-facebook-f:hover {
	background-color: #2684d3;
}

.social-links__link.fa-flickr {
	background-color: #ff0084;
	font-size: 20px;
}

.social-links__link.fa-flickr:hover {
	background-color: #ff339d;
}

.social-links__link.fa-gab {
	background-color: #21cf7b;
}

.social-links__link.fa-gab::before {
	background-image: url(../resources/Logos/gab_icon.svg);
}

.social-links__link.fa-gab:hover {
	background-color: #3BE995;
}

.social-links__link.fa-gettr {
	background-color: #ff0000;
}

.social-links__link.fa-gettr::before {
	background-image: url(../resources/Logos/gettr_icon.svg);
	width: 70%;
}

.social-links__link.fa-gettr:hover {
	background-color: #FF3333;
}

.social-links__link.fa-instagram {
	background-color: #833AB4;
	font-size: 20px;
}

.social-links__link.fa-instagram:hover {
	background-color: #9D54CE;
}

.social-links__link.fa-linkedin-in {
	background-color: #0077B5;
	font-size: 20px;
}

.social-links__link.fa-linkedin-in:hover {
	background-color: #0099e8;
}

.social-links__link.fa-mewe {
	background-color: #16367b;
}

.social-links__link.fa-mewe::before {
	background-image: url(../resources/Logos/mewe_icon.svg);
	width: 60%;
}

.social-links__link.fa-mewe:hover {
	background-color: #305095;
}

.social-links__link.fa-nextdoor {
	background-color: #92c83e;
}

.social-links__link.fa-nextdoor::before {
	background-image: url(../resources/Logos/nextdoor_icon.svg);
	width: 45%;
}

.social-links__link.fa-nextdoor:hover {
	background-color: #a4e533;
}

.social-links__link.fa-parler {
	background-color: #b91d2c;
}

.social-links__link.fa-parler::before {
	background-image: url(../resources/Logos/parler_icon.svg);
}

.social-links__link.fa-parler:hover {
	background-color: #D33746;
}

.social-links__link.fa-pinterest-p {
	background-color: #bd081c;
	font-size: 20px;
}

.social-links__link.fa-pinterest-p:hover {
	background-color: #ee0a23;
}

.social-links__link.fa-rumble {
	background-color: #74a441;
}

.social-links__link.fa-rumble::before {
	background-image: url(../resources/Logos/rumble_icon.svg);
}

.social-links__link.fa-rumble:hover {
	background-color: #8EBE5B;
}

.social-links__link.fa-tiktok {
	background-color: #25F4EE;
}

.social-links__link.fa-tiktok::before {
	background-image: url(../resources/Logos/tiktok_icon.svg);
}

.social-links__link.fa-tiktok:hover {
	background-color: #5bf7f2;
}

.social-links__link.fa-tumblr {
	background-color: #34465d;
	font-size: 20px;
}

.social-links__link.fa-tumblr:hover {
	background-color: #465f7e;
}

.social-links__link.fa-x-twitter {
	background-color: #1DA1F2;
	color: #fff;
	transition: all 0.3s ease;
}

.social-links__link.fa-x-twitter:hover {
	background-color: #55b8f5;
	transition: all 0.3s ease;
}

.social-links__link.fa-x-twitter::before {
	background-image: url(../resources/Logos/twitter-x-logo-white.svg);
	width: 25px;
	height: 35px;
	background-position: center;
	transition: all 0.3s ease;
}

.social-links__link.fa-vimeo-v {
	background-color: #1ab7ea;
	font-size: 20px;
}

.social-links__link.fa-vimeo-v:hover {
	background-color: #49c6ee;
}

.social-links__link.fa-youtube {
	background-color: #b91b20;
	font-size: 20px;
}

.social-links__link.fa-youtube:hover {
	background-color: #e0272d;
}

.social-links__link.fa-rss {
	background-color: #e16b26;
	font-size: 20px;
}

.social-links__link.fa-rss:hover {
	background-color: #e78a53;
}